The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "data::visitor"

Data::Visitor - Visitor style traversal of Perl data structures River stage three • 35 direct dependents • 366 total dependents

This module is a simple visitor implementation for Perl values. It has a main dispatcher method, "visit", which takes a single perl value and then calls the methods appropriate for that value. It can recursively map (cloning as necessary) or just tra...

ETHER/Data-Visitor-0.32 - 29 Apr 2023 10:13:30 UTC - Search in distribution

CXC::Data::Visitor - Invoke a callback on every element at every level of a data structure. River stage zero No dependents

CXC::Data::Visitor provides a means of performing a depth first traversal of a data structure. There are similar modules on CPAN ("SEE ALSO"); this module provides a few extras: * The traversal may be aborted. * A container (hash or array) may be rev...

DJERIUS/CXC-Data-Visitor-0.03 - 25 Mar 2024 20:10:55 UTC - Search in distribution

Data::Visitor::Lite - an easy implementation of Data::Visitor::Callback River stage one • 1 direct dependent • 1 total dependent

Data::Visitor::Lite is an easy implementation of Data::Visitor::Callback...

HDAICHI/Data-Visitor-Lite-0.03 - 17 Nov 2011 13:42:50 UTC - Search in distribution

Data::Visitor::Tiny - Recursively walk data structures River stage one • 3 direct dependents • 3 total dependents

This module provides a simple framework for recursively iterating over a data structure of hashrefs and/or arrayrefs....

DAGOLDEN/Data-Visitor-Tiny-0.001 - 07 Feb 2018 15:23:17 UTC - Search in distribution

Data::Hopen::Visitor - Abstract base class for DAG visitors River stage one • 1 direct dependent • 1 total dependent

CXW/Data-Hopen-0.000019 - 27 Dec 2020 02:08:01 UTC - Search in distribution

Data::Grove::Visitor - add visitor/callback methods to Data::Grove objects River stage two • 8 direct dependents • 66 total dependents

Data::Grove::Visitor adds visitor methods (callbacks) to Data::Grove objects. A ``visitor'' is a class (a package) you write that has methods (subs) corresponding to the objects in the classes being visited. You use the visitor methods by creating an...

KMACLEOD/libxml-perl-0.08 - 21 Aug 2004 02:34:03 UTC - Search in distribution

Data::DPath::Validator::Visitor - Data::Visitor subclass for generating DPaths River stage one • 1 direct dependent • 4 total dependents

Data::DPath::Validator::Visitor subclasses Data::Visitor to parse arbitrary Perl data structures into Data::DPath paths. It stores these paths in its templates attribute....

NPEREZ/Data-DPath-Validator-0.093411 - 07 Dec 2009 16:57:26 UTC - Search in distribution

Data::Visitor::Encode - Encode/Decode Values In A Structure (DEPRECATED) River stage zero No dependents

Data::Visitor::Encode visits each node of a structure, and returns a new structure with each node's encoding (or similar action). If you ever wished to do a bulk encode/decode of the contents of a structure, then this module may help you. Starting fr...

DMAKI/Data-Visitor-Encode-0.10007 - 06 Jul 2011 23:29:07 UTC - Search in distribution

DBO - Database Objects River stage zero No dependents

"DBO" is an object-oriented database abstraction layer. "DBO" is designed to be flexibly extensible in a number of directions - adding new operations on the database, adding new kinds of tables or columns, and applying to new database systems. All ex...

ABW/DBO-0.01 - 20 Jul 2000 16:43:32 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 228 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

TUWF - The Ultimate Website Framework River stage zero No dependents

TUWF is a small framework designed for writing websites. It provides an abstraction layer to various environment-specific tasks and has common functions to ease the creation of both small and large websites. For a gentle introduction to TUWF, see TUW...

YORHEL/TUWF-1.5 - 18 Jan 2023 08:23:51 UTC - Search in distribution

perlepigraphs - list of Perl release epigraphs River stage five • 11693 direct dependents • 33184 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Tree - An N-ary tree River stage two • 10 direct dependents • 16 total dependents

This is meant to be a full-featured N-ary tree representation with configurable error-handling and a simple events system that allows for transparent persistence to a variety of datastores. It is derived from Tree::Simple, but has a simpler interface...

RSAVAGE/Tree-1.16 - 24 Jul 2023 00:28:36 UTC - Search in distribution

idl2xs_c - IDL compiler to extension interface between Perl and C code River stage zero No dependents

idl2xs_c is an alternative to h2xs and XS language when an IDL interface is available. idl2xs_c parses the given input file (IDL) and generates : * a Perl stub *spec*.pm (deals with CDR serialization, and autoload) * a C stub *spec*.c (deals with Per...

PERRAD/CORBA-XS-0.63 - 11 May 2012 22:44:29 UTC - Search in distribution

idl2pysrv - IDL compiler to Python RPC-GIOP skeleton server River stage zero No dependents

idl2pysrv parses the given input file (IDL) and generates : * a set of Python sources : an optional _*spec*_skel.py and *pkg*_skel/__init__.py for each package * setup_skel.py idl2pysrv is a Perl OO application what uses the visitor design pattern. T...

PERRAD/CORBA-Python-2.66 - 18 Dec 2008 13:15:30 UTC - Search in distribution
  • idl2pycli - IDL compiler to Python RPC-GIOP stub client

phoebe-ctl - admin control for a Phoebe wiki River stage zero No dependents

This script helps you maintain your Phoebe installation. --wiki_dir=*DIR* This the wiki data directory to use; the default is either the value of the "GEMINI_WIKI_DATA_DIR" environment variable, or the "./wiki" subdirectory. Use it to specify a space...

SCHROEDER/App-Phoebe-4.07 - 21 May 2023 13:34:48 UTC - Search in distribution

HTML::FormFu - HTML Form Creation, Rendering and Validation Framework River stage two • 13 direct dependents • 25 total dependents

HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of fo...

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution

Continuity - Abstract away statelessness of HTTP, for stateful Web applications River stage one • 4 direct dependents • 4 total dependents

Continuity is a library to simplify web applications. Each session is written and runs as a persistent application, and is able to request additional input at any time without exiting. This is significantly different from the traditional CGI model of...

AWWAIID/Continuity-1.6 - 17 Jul 2014 04:28:12 UTC - Search in distribution

idl2pmrpc - IDL compiler to Perl RPC-GIOP River stage one • 1 direct dependent • 1 total dependent

idl2pmrpc parses the given input file (IDL) and generates : * a Perl client stub & server skeleton *spec*.pm for RPC-GIOP idl2pmrpc is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp. idl2pmrpc needs...

PERRAD/CORBA-Perl-0.43 - 16 Jul 2008 13:56:45 UTC - Search in distribution

Hash::Map - Manipulate hashes map like River stage zero No dependents

Often in code we find lots of copy/paste code during prepare a hash or hash reference. That data we got from other structures, objects or constants. * We map hashes that not match exactly to the expected API. * Or the method names, we call, matching ...

STEFFENW/Hash-Map-0.016 - 26 Jun 2016 16:39:22 UTC - Search in distribution
101 results (0.159 seconds)